Html Css Color HEX #EFDB52 Portica

📋 copy color: '#EFDB52'

red 239 ◦ green 219 ◦ blue 82

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

Shades of Portica #EFDB52

Tints of Portica #EFDB52

RGB

 RED value IS 239 (93.75% from 255) = 44.26%

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

 BLUE value IS 82 (32.42% from 255) = 15.19%

R = 44.26%
G = 40.56%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFDB52 (or 0xEFDB52) is known color: Portica. HEX triplet: EF, DB and 52. RGB value is (239,219,82). Sum of RGB (Red+Green+Blue) = 239+219+82=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 82 (32.42% from 255 or 15.19% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB52 is #1024AD. Grayscale: #D1D1D1. Windows color (decimal): -1057966 or 5430255. OLE color: 5430255.

HSL color Cylindrical-coordinate representation of color #EFDB52: hue angle of 52.36º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFDB52 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 82 -
CMYK 0 0.08 0.66 0.06
HSL 52.36º 0.83% 0.63% -
HSV(B) 52.36º 0.66% 0.94% -
XYZ 62.45 69.62 18.13 -
YUV 209.36 56.13 149.14 -
System Red Green Blue C M Y K H S L
Decimal 239 219 82 0 0.08 0.66 0.06 52.36 0.83 0.63
Hex EF DB 52 0 8 42 6 34 53 3F
Octal 357 333 122 0 10 102 6 64 123 77
Binary 11101111 11011011 1010010 0 1000 1000010 110 110100 1010011 111111

Color Harmonies of #EFDB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB52

Black with #EFDB52

Text Example


Text Example

White with #EFDB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB52; }

 p { color: rgb(239,219,82); }

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

background-color css

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

 a { background-color: rgb(239,219,82); }

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

border-color css

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

 span { border-color: rgb(239,219,82); }

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