Html Css Color HEX #EDDB5A Portica

📋 copy color: '#EDDB5A'

red 237 ◦ green 219 ◦ blue 90

#EDDB5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portica #EDDB5A

Tints of Portica #EDDB5A

RGB

 RED value IS 237 (92.97% from 255) = 43.41%

 GREEN value IS 219 (85.94% from 255) = 40.11%

 BLUE value IS 90 (35.55% from 255) = 16.48%

R = 43.41%
G = 40.11%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDDB5A (or 0xEDDB5A) is known color: Portica. HEX triplet: ED, DB and 5A. RGB value is (237,219,90). Sum of RGB (Red+Green+Blue) = 237+219+90=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 90 (35.55% from 255 or 16.48% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB5A is #1224A5. Grayscale: #D2D2D2. Windows color (decimal): -1189030 or 5954541. OLE color: 5954541.

HSL color Cylindrical-coordinate representation of color #EDDB5A: hue angle of 52.65º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDDB5A is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 219 90 -
CMYK 0 0.08 0.62 0.07
HSL 52.65º 0.8% 0.64% -
HSV(B) 52.65º 0.62% 0.93% -
XYZ 62.1 69.41 19.8 -
YUV 209.68 60.46 147.49 -
System Red Green Blue C M Y K H S L
Decimal 237 219 90 0 0.08 0.62 0.07 52.65 0.8 0.64
Hex ED DB 5A 0 8 3E 7 35 50 40
Octal 355 333 132 0 10 76 7 65 120 100
Binary 11101101 11011011 1011010 0 1000 111110 111 110101 1010000 1000000

Color Harmonies of #EDDB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB5A

Black with #EDDB5A

Text Example


Text Example

White with #EDDB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB5A; }

 p { color: rgb(237,219,90); }

 H1.HeaderClassName
 {
   color: #EDDB5A;
 }
 .AnyTagClassName
 {
   color: #EDDB5A;
 }
</style>

background-color css

<style>
 a { background-color: #EDDB5A; }

 a { background-color: rgb(237,219,90); }

 div.DivClassName
 {
   background-color: #EDDB5A;
 }
 .BgClassName
 {
   background-color: #EDDB5A;
 }
</style>

border-color css

<style>
 span { border-color: #EDDB5A; }

 span { border-color: rgb(237,219,90); }

 td.TdClassName
 {
   border-color: #EDDB5A;
 }
 .TagClassName
 {
   border-color: #EDDB5A;
 }
</style>