Html Css Color HEX #EFB42D Bright Sun

📋 copy color: '#EFB42D'

red 239 ◦ green 180 ◦ blue 45

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

Shades of Bright Sun #EFB42D

Tints of Bright Sun #EFB42D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.79%

 BLUE value IS 45 (17.97% from 255) = 9.7%

R = 51.51%
G = 38.79%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFB42D (or 0xEFB42D) is known color: Bright Sun. HEX triplet: EF, B4 and 2D. RGB value is (239,180,45). Sum of RGB (Red+Green+Blue) = 239+180+45=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB42D is #104BD2. Grayscale: #B6B6B6. Windows color (decimal): -1067987 or 2995439. OLE color: 2995439.

HSL color Cylindrical-coordinate representation of color #EFB42D: hue angle of 41.75º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFB42D is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 180 45 -
CMYK 0 0.25 0.81 0.06
HSL 41.75º 0.86% 0.56% -
HSV(B) 41.75º 0.81% 0.94% -
XYZ 52.39 51.18 9.6 -
YUV 182.25 50.55 168.48 -
System Red Green Blue C M Y K H S L
Decimal 239 180 45 0 0.25 0.81 0.06 41.75 0.86 0.56
Hex EF B4 2D 0 19 51 6 2A 56 38
Octal 357 264 55 0 31 121 6 52 126 70
Binary 11101111 10110100 101101 0 11001 1010001 110 101010 1010110 111000

Color Harmonies of #EFB42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB42D

Black with #EFB42D

Text Example


Text Example

White with #EFB42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB42D; }

 p { color: rgb(239,180,45); }

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

background-color css

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

 a { background-color: rgb(239,180,45); }

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

border-color css

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

 span { border-color: rgb(239,180,45); }

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