Html Css Color HEX #EDDB62 Portica

📋 copy color: '#EDDB62'

red 237 ◦ green 219 ◦ blue 98

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

Shades of Portica #EDDB62

Tints of Portica #EDDB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.69%

R = 42.78%
G = 39.53%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDDB62 (or 0xEDDB62) is known color: Portica. HEX triplet: ED, DB and 62. RGB value is (237,219,98). Sum of RGB (Red+Green+Blue) = 237+219+98=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 98 (38.67% from 255 or 17.69% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB62 is #12249D. Grayscale: #D3D3D3. Windows color (decimal): -1189022 or 6478829. OLE color: 6478829.

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

Color convert

RGB 237 219 98 -
CMYK 0 0.08 0.59 0.07
HSL 52.23º 0.79% 0.66% -
HSV(B) 52.23º 0.59% 0.93% -
XYZ 62.46 69.55 21.69 -
YUV 210.59 64.46 146.84 -
System Red Green Blue C M Y K H S L
Decimal 237 219 98 0 0.08 0.59 0.07 52.23 0.79 0.66
Hex ED DB 62 0 8 3B 7 34 4F 42
Octal 355 333 142 0 10 73 7 64 117 102
Binary 11101101 11011011 1100010 0 1000 111011 111 110100 1001111 1000010

Color Harmonies of #EDDB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB62

Black with #EDDB62

Text Example


Text Example

White with #EDDB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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